wayland: Reduce warning level for parentless temporaries
authorMatthias Clasen <mclasen@redhat.com>
Sun, 31 Jan 2016 01:56:17 +0000 (20:56 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 31 Jan 2016 01:56:17 +0000 (20:56 -0500)
commitf42cd18779b7391c0d6f7e18a45638a697d33fce
treea1e5040d02c6321adf6f45a4f5d4f3e16c48f993
parent7d16b8df29824adf1bd0cc1a8f2651b0c04c7f4c
wayland: Reduce warning level for parentless temporaries

Temp windows without parent are used frequently in our testsuite;
using g_warning on them causes the tests to fail, which is not
useful. Reduce the warning to a g_message.
gdk/wayland/gdkwindow-wayland.c